Skip to main content
Version: 4.2

Applying Projects

You can display the designed scene on third-party systems or on supOS.

Display on third-party system

  1. Design the scene and preview it.
  2. Copy the page link during preview.
  3. Change part of the link from /editor/scenePrev?sceneId=xxx to /nest/scene?sceneName=your_scene_name.
  4. Iframe the URL to third-party systems.

Display on supOS

  1. Design the scene and preview it.
  2. Copy the page link during preview.
  3. Change part of the link from /editor/scenePrev?sceneId=xxx to /nest/scene?sceneName=your_scene_name.
  4. Go to Business Designer, enter an app and drag a Programmable Component to the page and iframe the URL inside the script.
    <iframe
    id='iframe1'
    src='http://ip:port/apps/bluetron-3dedit/3DEDIT/#/nest/scene?sceneName=your_scene_name'
    style={{ width: '100%', height: '100%' }}
    />